From a4c521d08c8e564a21cab980f323184a44713eef Mon Sep 17 00:00:00 2001 From: Mo Zhou Date: Sat, 27 Apr 2019 06:00:22 +0000 Subject: [PATCH] Install the newly-added pkgconfig file. (Closes: #927260) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7416318..c8ab103 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,4 @@ #!/usr/bin/make -f - export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: @@ -7,6 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_install: dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH) + install -Dm0644 libutf8proc.pc debian/libutf8proc-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/libutf8proc.pc override_dh_installchangelogs: dh_installchangelogs NEWS.md -- 2.30.2